home *** CD-ROM | disk | FTP | other *** search
/ Surfin' Sam - A Hilariously Interactive Game / Surfin Sam.iso / pc / sam_232.dir / 01031.ls < prev    next >
Encoding:
Text File  |  1995-07-17  |  334 b   |  19 lines

  1. on mouseDown
  2.   puppetSound("loadloop")
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   if the machineType <> 256 then
  8.     puppetTransition(28, 1, 10)
  9.   end if
  10.   if the machineType = 256 then
  11.     puppetPalette("berrypal", 60, 1)
  12.   else
  13.     nothing()
  14.   end if
  15.   set the visible of sprite 48 to 1
  16.   set the visible of sprite 15 to 1
  17.   go("berry")
  18. end
  19.